View Javadoc
1 package junit.quilt.cover.state; 2 3 /*** 4 * This interface is used so we can run coverage 5 * over itself. 6 */ 7 8 public interface StateMachineCollector 9 { 10 public void visit( int state ); 11 public void start(); 12 }

This page was automatically generated by Maven